home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
-
- The three files included provide ARexx editing support and RexxPlus
- compiler support. The two macros (.TTX extents) should be placed
- in the REXX:TTX directory. The .DFN file should be placed in the
- TurboText:Support directory. From TTX's Prefs menu you would
- select Load Def File to select the TTX_ARexx.dfn file. This will
- add menu items for the RexxPlus compiler and provide TTX editing
- support for ARexx script writing. The .DFN file contains all the
- ARexx keywords and function names in the dictionary as well as
- several useful templates. It will add menu items to compile,
- compile and link, and to search for errors. The two macros are
- used to fulfill these tasks. One macro handles compilation and
- linking, while the other handles error detection. The macros are
- set up to look for an error file written to VD0:. If you don't
- use VD0: (the ASDG recoverable ram drive), then edit the macro to
- suit your system setup. Compilation messages and error messages
- are written in TTX's titlebar. Linkage is done in a CLI window
- opened by the macro and uses the WSHell. If you don't use WSHell,
- then you will need to make changes to use the Amiga Shell or Arp
- shell, ASH. If a compile error is detected the screen will flash
- and the cursor will be placed on the first error line and column.
- To search for additional errors, select the Next Error menuitem.
-
-
- These macros were written by Steven D. Kapplin and are placed in
- the public domain. They were written specifically for TurboText
- and will not work with another editor without changes.